home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TABCHECKUPFORM / TABCHECKUPFORM.txt < prev   
Text File  |  2004-10-12  |  3KB  |  135 lines

  1. object ABCheckupForm: TABCheckupForm
  2.   Left = 244
  3.   Top = 173
  4.   HelpContext = 14501
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Resolve e-mail'
  8.   ClientHeight = 267
  9.   ClientWidth = 493
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 24
  25.     Top = 208
  26.     Width = 441
  27.     Height = 9
  28.     Shape = bsBottomLine
  29.   end
  30.   object Label1: TLabel
  31.     Left = 16
  32.     Top = 16
  33.     Width = 377
  34.     Height = 33
  35.     AutoSize = False
  36.     Caption = 
  37.       'There were several address entries found. Please specify who was' +
  38.       ' meant exactly...'
  39.     WordWrap = True
  40.   end
  41.   object bEdit: TButton
  42.     Left = 400
  43.     Top = 72
  44.     Width = 89
  45.     Height = 25
  46.     Caption = '&Properties...'
  47.     TabOrder = 1
  48.     OnClick = bEditClick
  49.   end
  50.   object bMore: TButton
  51.     Left = 400
  52.     Top = 104
  53.     Width = 89
  54.     Height = 25
  55.     Caption = '&More...'
  56.     TabOrder = 2
  57.     OnClick = bMoreClick
  58.   end
  59.   object bNew: TButton
  60.     Left = 400
  61.     Top = 136
  62.     Width = 89
  63.     Height = 25
  64.     Caption = '&New...'
  65.     TabOrder = 3
  66.   end
  67.   object pnGrid: TPanel
  68.     Left = 16
  69.     Top = 56
  70.     Width = 377
  71.     Height = 145
  72.     BevelOuter = bvNone
  73.     TabOrder = 0
  74.     object hGrid: THeaderControl
  75.       Left = 0
  76.       Top = 0
  77.       Width = 377
  78.       Height = 17
  79.       DragReorder = False
  80.       Sections = <>
  81.     end
  82.     object gAddr: TAddressBookGrid
  83.       Left = 0
  84.       Top = 17
  85.       Width = 377
  86.       Height = 128
  87.       Align = alClient
  88.       DefaultRowHeight = 18
  89.       DefaultDrawing = False
  90.       FixedRows = 0
  91.       GridLineWidth = 0
  92.       Options = [goThumbTracking]
  93.       TabOrder = 1
  94.       Header = hGrid
  95.       ReadOnly = True
  96.       RowHeights = (
  97.         18
  98.         18
  99.         18
  100.         18
  101.         18)
  102.     end
  103.   end
  104.   object bOk: TButton
  105.     Left = 166
  106.     Top = 232
  107.     Width = 89
  108.     Height = 25
  109.     Caption = '&OK'
  110.     Default = True
  111.     ModalResult = 1
  112.     TabOrder = 4
  113.     OnClick = bOkClick
  114.   end
  115.   object bCancel: TButton
  116.     Left = 286
  117.     Top = 232
  118.     Width = 89
  119.     Height = 25
  120.     Cancel = True
  121.     Caption = 'Cancel'
  122.     ModalResult = 2
  123.     TabOrder = 5
  124.   end
  125.   object bHelp: TButton
  126.     Left = 400
  127.     Top = 232
  128.     Width = 89
  129.     Height = 25
  130.     Caption = 'Help'
  131.     TabOrder = 6
  132.     OnClick = bHelpClick
  133.   end
  134. end
  135.